home *** CD-ROM | disk | FTP | other *** search
/ SIGGRAPH 2002 Course Notes / SIGGRAPH 2002 - Course Notes - Disc 1.iso / pc / notes / 18 / supplemental_material / SMIL_Ex / ex6 / tour.smil < prev   
Encoding:
Text File  |  2002-04-22  |  1.4 KB  |  45 lines

  1. <!DOCTYPE smil PUBLIC "-//W3C//DTD SMIL 1.0//EN"
  2.    "http://www.w3.org/TR/REC-smil/SMIL10.dtd">
  3. <smil>
  4.    <head>
  5.       <meta name="Author" content="Kathy Barshatzky" />
  6.       <meta name="Copyright" content="javakathy.com" />
  7.       <layout>
  8.          <root-layout width="380" height="340" />
  9.          <region id="title" 
  10.         width="300" height="50" left="50" top="12" />    
  11.          <region id="movie"
  12.         width="340" height="242" left="20" top="50"  />
  13.          <region id="caption" 
  14.         width="300" height="40" left="40" top="310" />
  15.       </layout>
  16.    </head>
  17.  
  18.    <body>
  19.       <par>
  20.          <text src="title.txt" region="title" dur="indefinite" />
  21.          <video src="CircleVisionTour.avi" region="movie" alt="Circle Vision Tour" />    
  22.      <seq>
  23.             <text region="caption" 
  24.         src="caption1.txt" dur="7s"/>
  25.             <text region="caption" 
  26.         src="caption2.txt" dur="8s"/>
  27.             <text region="caption" 
  28.         src="caption3.txt" dur="14s" />
  29.             <text region="caption" 
  30.         src="caption4.txt" dur="8s" />
  31.             <text region="caption" 
  32.         src="cap5nook.txt" dur="8s" />
  33.             <text region="caption" 
  34.         src="cap6kitchen.txt" dur="6s" />
  35.              <text region="caption" 
  36.         src="cap7diningRm.txt" dur="6s" />
  37.              <text region="caption" 
  38.         src="cap8livingRm.txt" dur="6s" />
  39.        </seq>
  40.  
  41.       </par>
  42.    </body>
  43.  
  44. </smil>
  45.